Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Oct 17, 2025

Important

Revert cloud agents feature by removing related code, tests, and UI components, and make minor styling and formatting adjustments.

  • Revert Cloud Agents:
    • Remove getCloudAgents() method from CloudAPI.ts.
    • Delete CloudAgent interface and cloudAgentsResponseSchema from cloud.ts.
    • Remove cloud agents related tests from CloudAPI.test.ts and webviewMessageHandler.cloudAgents.test.ts.
    • Delete CloudAgents.tsx component and its test file CloudAgents.spec.tsx.
    • Remove cloud agents handling in webviewMessageHandler.ts.
  • UI Adjustments:
    • Remove CloudAgents component usage from ChatView.tsx.
    • Adjust ChatTextArea.tsx and TaskHeader.tsx for minor styling changes.
    • Update HistoryPreview.tsx and TaskItem.tsx for layout and styling.
  • Miscellaneous:
    • Update i18n files to remove cloud agents related strings.
    • Minor formatting changes in ClineProvider.ts and chutes.ts.

This description was created by Ellipsis for e1dc8f5. You can customize this summary. It will automatically update as commits are pushed.

@mrubens mrubens requested review from cte and jr as code owners October 17, 2025 20:58
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Oct 17, 2025
@mrubens mrubens merged commit 236957b into main Oct 17, 2025
12 of 13 checks passed
@mrubens mrubens deleted the revert_cloud_agents branch October 17, 2025 20:59
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 17, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Oct 17, 2025
@roomote
Copy link
Contributor

roomote bot commented Oct 17, 2025

Review Summary

This PR cleanly reverts the cloud agents feature that was previously introduced. The revert is complete and consistent:

✅ All cloud agent functionality properly removed
✅ No dangling references or imports left behind
✅ Types, schemas, and API methods properly cleaned up
✅ UI components and translations reverted
✅ CSP settings appropriately updated

No issues found - this is a clean revert with no new bugs introduced.

"scrollToBottom": "Scorri fino alla fine della chat",
"about": "Roo Code è un intero team di sviluppo AI nel tuo editor.",
"docs": "Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.",
"about": "Genera, refactor e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typographical note: In the string "Genera, refactor e debug del codice..." consider revising "refactor" to an Italian-equivalent term (e.g. "refattorizza") or to maintain consistency, as the rest of the text is in Italian.

Suggested change
"about": "Genera, refactor e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.",
"about": "Genera, refattorizza e debug del codice con l'assistenza dell'IA. Consulta la nostra <DocsLink>documentazione</DocsLink> per saperne di più.",

},
"stickyModels": {
"title": "粘性模式",
"description": "每个模式 都会记住 您上次使用的模型"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: There is an extra space in the description text "每个模式 都会记住 您上次使用的模型" — consider removing the space so it reads "每个模式都会记住您上次使用的模型".

Suggested change
"description": "每个模式 都会记住 您上次使用的模型"
"description": "每个模式都会记住您上次使用的模型"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants